From b4910d5a88e59b2948f5a4de5949bbcc5a5ea99a Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 9 Apr 2018 23:26:40 +0200 Subject: [PATCH] Add libtinfo to guestfsd (fixes FTBFS on architectures that lack a native OCaml compiler) Gbp-Pq: Name 0013-Add-libtinfo-to-guestfsd-fixes-FTBFS-on-architecture.patch --- daemon/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/Makefile.am b/daemon/Makefile.am index 94ee866a..26d6f78d 100644 --- a/daemon/Makefile.am +++ b/daemon/Makefile.am @@ -218,7 +218,8 @@ guestfsd_LDADD = \ $(TSK_LIBS) \ $(RPC_LIBS) \ $(YARA_LIBS) \ - $(OCAML_LIBS) + $(OCAML_LIBS) \ + $(LIBTINFO_LIBS) guestfsd_CPPFLAGS = \ -I$(shell $(OCAMLC) -where) \ -- 2.30.2